plterm icon indicating copy to clipboard operation
plterm copied to clipboard

Pure Lua ANSI Terminal functions

Results 1 plterm issues
Sort by recently updated
recently updated
newest added

This adds xterm mouse support to input(). Mouse support must be explicitly enabled/disabled with `setmousemode`. Once enabled, mouse data is returned from input() as additional return values `button, x, y,...