about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* README.md: mention tt as related work HEAD mastersterni2022-04-051-1/+3
* README.md: Mention support for some SGR escape sequencesSören Tempel2021-07-151-0/+1
* Move example_escs.py to contrib/Sören Tempel2021-07-151-0/+0
* pty.color: use named constants in 256 color conversionsterni2021-07-151-7/+24
* Represent sgr_type as an IntEnumsterni2021-07-151-44/+132
* Generate max. one event for a SGR sequence with colons as seperatorssterni2021-07-151-15/+31
* pty.parse_extended_color: convert TypeError into AssertionErrorsterni2021-07-151-34/+41
* Move parsing of CSI escape sequences into dedicated functionssterni2021-07-151-159/+182
* example_escs.py: add script to test SGR escape sequencessterni2021-07-151-0/+107
* Document tests and make them easier to runsterni2021-07-152-5/+20
* Track text style in Terminal and reuse TextTagssterni2021-07-154-108/+222
* saneterm.color: link to WP on X11 color namessterni2021-07-151-1/+1
* TODO.txt: update list of escape sequences to supportsterni2021-07-151-4/+9
* Implement a reasonable subset of SGR escape sequencessterni2021-07-156-4/+426
* pty.Parser: parse and filter out CSI escape sequencessterni2021-07-151-0/+83
* pty.Parser: track pos in iterator, support postponing parsingsterni2021-07-152-15/+241
* Move Pty related classes to own module/fileSören Tempel2021-06-292-50/+54
* Support bell character by parsing pty input into eventssterni2021-06-292-1/+90
* Add Shift-Insert keybinding to paste primary clipboardSören Tempel2021-06-263-1/+9
* termview: Rename LimitTextBuffer to TermBufferSören Tempel2021-06-261-3/+4
* search: Don't focus navigation button on clickSören Tempel2021-06-091-0/+1
* saneterm: move search bar to top of windowSören Tempel2021-06-081-3/+3
* Add buttons to search bar for cycling through matchesSören Tempel2021-06-082-3/+32
* completion: also match paths containing a ~ characterSören Tempel2021-06-061-0/+5
* TODO.txt: Update with stuff I noticed the past few daysSören Tempel2021-06-041-4/+19
* Improve custom delete_from_cursor implementationSören Tempel2021-06-041-10/+14
* Prevent Gtk from clearing the primary selectionSören Tempel2021-06-031-0/+20
* README.md: Add FAQ entry regarding primary clipboard handlingSören Tempel2021-06-031-0/+8
* completion: suggest shortest match firstSören Tempel2021-06-021-0/+3
* TODO.txt: Update and clarify some entriesSören Tempel2021-06-021-2/+9
* termview: update _last_mark even on newlineSören Tempel2021-06-011-2/+1
* termview: assign name and func in loop conditionSören Tempel2021-06-011-2/+1
* Allow toggling wordwrap/autoscroll using a key bindingSören Tempel2021-06-012-6/+11
* terminal: Create terminal-specific action signals using a dictSören Tempel2021-06-011-7/+10
* Add command-line flag to hide the vertical scrollbarSören Tempel2021-06-012-2/+8
* README.md: Update FAQ to mention implemented buffer searchSören Tempel2021-06-011-2/+2
* TODO.txt: Add todo entry regarding echo modeSören Tempel2021-05-311-1/+4
* README.md: Fix font configuration in example CSS configuration fileSören Tempel2021-05-311-4/+8
* README.md: Change cursor color too in configuration exampleSören Tempel2021-05-311-0/+1
* completion: Fix check for absolute pathSören Tempel2021-05-311-1/+1
* README.md: Update features sectionSören Tempel2021-05-311-7/+4
* TODO.txt: UpdateSören Tempel2021-05-311-2/+0
* Document limitation of __clear_viewSören Tempel2021-05-311-0/+1
* Add comment to update_sizeSören Tempel2021-05-311-0/+6
* Preliminary tab completion supportSören Tempel2021-05-315-3/+136
* Scroll to string matched by SearchBarSören Tempel2021-05-302-4/+7
* terminal: Restore focus to TermView after closing SearchBarSören Tempel2021-05-301-0/+9
* Preliminary TextBuffer SearchBar supportSören Tempel2021-05-303-3/+83
* Add ctrl+l keybinding to clear everything except current lineSören Tempel2021-05-293-2/+11
* Only import gi (and specify Gtk version) onceSören Tempel2021-05-294-9/+2