Commit Graph

  • 1712c1b1e8 Refactor terml_get and terml_set main windowing Shylie 2024-05-03 10:15:35 -0400
  • 98097d7540 Partial redrawing Shylie 2024-04-15 17:59:59 -0400
  • 46bc24be3b Use unsigned int instead of int for codepoints Shylie 2024-04-15 10:01:12 -0400
  • cae0ee2160 Emit CR as well as NL Shylie 2024-04-15 09:37:58 -0400
  • 7dd2afe186 Merge branch 'main' of https://github.com/Shylie/terml Shylie 2024-04-14 17:03:56 -0400
  • 061f318247 Translate carriage returns to newlines on windows Shylie 2024-04-14 17:03:50 -0400
  • 8abd908497 Fix incorrect auto-format Shylie 2024-03-19 16:03:08 -0400
  • a66ff4e82b Fix color change between last cell and first cell; Fix cursor positions Shylie 2024-03-19 16:02:39 -0400
  • ea1e1cee82 Fix windows build and issue with printing codepoints that don't move the cursor Shylie 2024-03-19 14:59:05 -0400
  • a02ba55ac3
    Merge pull request #1 from CPunch/main Shylie 2024-03-19 14:44:13 -0400
  • 17b275b098 moved SELECT_UTF8() to the same line CPunch 2024-03-09 16:27:43 -0600
  • 520f6c6625 linux: set console codepage to UTF8 CPunch 2024-03-09 16:23:41 -0600
  • a6a2141049 Merge branch 'main' of https://github.com/Shylie/terml Shylie 2024-03-09 13:17:10 -0500
  • 9ac37a65d7 Remove binary separators Shylie 2024-03-09 13:17:03 -0500
  • 35a7d4629a Simplify terml_get function Shylie 2024-03-09 09:47:47 -0500
  • 2210bf7d69 Add single codepoint unicode character support Shylie 2024-03-08 15:44:27 -0500
  • d6db7301f0 Remove new_width and new_height parameters from resize callback. Use terml_get_width() and terml_get_height() instead. Shylie 2024-03-07 11:47:41 -0500
  • 97ff848762 Fix issue caused by event loop taking too long Shylie 2024-02-28 14:14:46 -0500
  • c949dbb9d9 Fix bg color get Shylie 2024-02-28 12:38:48 -0500
  • f032b15b3e Don't send shift key events Shylie 2023-12-27 14:18:07 -0500
  • 8830cb2a76 Fix integer overflow bug causing infinite event polling Shylie 2023-12-25 23:33:27 -0500
  • 2cb9c0273f Added resize callback, made main callback optional Shylie 2023-12-25 17:38:44 -0500
  • 226adeaf72 Initial commit. Shylie 2023-12-25 11:26:13 -0500