terminal icon indicating copy to clipboard operation
terminal copied to clipboard

Small utility for interacting with with the terminal

Results 4 terminal issues
Sort by recently updated
recently updated
newest added

Move the stream_get_meta_data check into the read function to always restore the original status. Also to prevent unnecessary looping/screen flicker, turn blocking off only when there is data in the...

Allow attaching to system signals. * Add a default handler for resizing and refresh the terminal size. * Implement non blocking stream reading so we don't block on fread and...

We're missing some pretty helpful escape sequence shortcut methods. Here's a decent list of escape sequences, I think we should look at adding missing ones in. http://ascii-table.com/ansi-escape-sequences-vt-100.php