You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
332 B
7 lines
332 B
3 months ago
|
package require twapi
|
||
|
puts stdout [list stdin [twapi::get_console_input_mode [twapi::get_console_handle stdin]]]
|
||
|
puts stdout [list stdout [twapi::get_console_output_mode [twapi::get_console_handle stdout]]]
|
||
|
puts stdout [list screenbufferinfo [twapi::get_console_screen_buffer_info [twapi::get_console_handle stdout] -all]]
|
||
|
|
||
|
|