ted/ui
Leon Mika e790b508a1 Some small quality of life improvements
- Added Ctrl+A and Ctrl+E for moving around the edit bar a.la. Emacs
- Added the "yank" and "paste" command to copy and paste a single cell value.  These are mapped to "y" and "p".
- Modified the edit bar so that entering commands is the only case where typing backspace on an empty edit bar will cancel out of edit mode
2020-10-21 14:39:59 +11:00
..
component.go Implemented a single-line text box. This implements many of the features missing from the text entry used in version 1. 2015-01-05 22:50:02 +11:00
drawable.go Have added prompting. 2017-08-26 09:48:22 +10:00
driver.go Have actually implemented useful commands for reading/writing CSV files 2018-09-01 11:27:34 +10:00
grid.go Added the notion of a grid view model. 2020-06-16 14:23:17 +10:00
layout.go A lot of work. Started working on the session objects and added a new text display component and componant switcher. 2015-01-06 22:34:06 +11:00
manager.go Have added prompting. 2017-08-26 09:48:22 +10:00
stdcomps.go Some small quality of life improvements 2020-10-21 14:39:59 +11:00
termboxdriver.go Have added prompting. 2017-08-26 09:48:22 +10:00
utils.go Implemented a single-line text box. This implements many of the features missing from the text entry used in version 1. 2015-01-05 22:50:02 +11:00