Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2012-11-16 | fixed clearing message line: do not display an empty message line (which can ... | Robin Haberkorn | 1 | -0/+1 |
2012-11-16 | keep a buffer dirty flag and display infos about the current buffer in the in... | Robin Haberkorn | 1 | -1/+38 |
2012-11-15 | NCurses interface: support terminal resizing | Robin Haberkorn | 1 | -1/+2 |
2012-11-15 | support stdio for curses interface | Robin Haberkorn | 1 | -2/+16 |
2012-11-15 | cleaned up command line updating: the interface is responsible for drawing th... | Robin Haberkorn | 1 | -1/+1 |
2012-11-15 | make it possible for interface classes to define a get_options() method to ad... | Robin Haberkorn | 1 | -0/+5 |
2012-11-15 | added Interface class to ease porting SciTECO to other platforms (toolkits) | Robin Haberkorn | 1 | -0/+54 |