aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Add ; too.Nicholas Marriott2008-06-19
|
* Handle commented lines.Nicholas Marriott2008-06-19
|
* Convert cfg.c to use cmd-string stuff.Nicholas Marriott2008-06-19
|
* Handle empty strings as escape.Nicholas Marriott2008-06-19
|
* No space after prompt.Nicholas Marriott2008-06-19
|
* Command prompt for interactive commands.Nicholas Marriott2008-06-19
|
* Editable prompt. Not used for anything yet. More to come.Nicholas Marriott2008-06-19
|
* Missed update.Nicholas Marriott2008-06-19
|
* Stupid ncurses.Nicholas Marriott2008-06-19
|
* Show status messages without blocking the server.Nicholas Marriott2008-06-19
|
* Trimify.Nicholas Marriott2008-06-18
|
* Lose OFILL.Nicholas Marriott2008-06-18
|
* Better modes for Solaris.Nicholas Marriott2008-06-18
|
* O_NOCTTY.Nicholas Marriott2008-06-18
|
* Solaris bits.Nicholas Marriott2008-06-18
|
* More Solaris stuff. Use ttyname, use ncurses,h.Nicholas Marriott2008-06-18
|
* More Solaris bitsNicholas Marriott2008-06-18
|
* NO_ASPRINTF.Nicholas Marriott2008-06-18
|
* More Sun OS crap.Nicholas Marriott2008-06-18
|
* forkpty for Sun OS.Nicholas Marriott2008-06-18
|
* compat/daemon.cNicholas Marriott2008-06-18
|
* Start of Solaris port.Nicholas Marriott2008-06-18
|
* Missing NULL check.Nicholas Marriott2008-06-18
|
* Set window title to current session. New options set-titles to disable.Nicholas Marriott2008-06-18
|
* Fix a couple of bugs. Handle 0 width properly (w/o overflow), and draw left ↵Nicholas Marriott2008-06-18
| | | | < in the right place.
* Display <> for more windows and highlight if activity.Nicholas Marriott2008-06-18
|
* Sort options from Pierre Riteau.Nicholas Marriott2008-06-18
|
* Remove aborts.Nicholas Marriott2008-06-18
|
* Unused variable.Nicholas Marriott2008-06-18
|
* To 0.4. Some other Makefile tweaks.Nicholas Marriott2008-06-18
|
* Scroll status line to show windows off-screen.Nicholas Marriott2008-06-18
|
* s can be NULL, check for it.Nicholas Marriott2008-06-17
|
* Document show-window-options, some other tweaks.Nicholas Marriott2008-06-17
|
* Document set-window-option, update example.Nicholas Marriott2008-06-17
|
* Explanation of -t.Nicholas Marriott2008-06-16
|
* Update TODO.Nicholas Marriott2008-06-16
|
* Fix some stupid parser bugs, most notably forgetting to allocate space for \0.Nicholas Marriott2008-06-16
|
* Informational messages on window option changes.Nicholas Marriott2008-06-16
|
* Update NOTES, add known issues.Nicholas Marriott2008-06-16
|
* Memory leak/missing init.Nicholas Marriott2008-06-16
|
* Document show-options.Nicholas Marriott2008-06-16
|
* show-window-options command.Nicholas Marriott2008-06-16
|
* Add a couple of extra option types, and implement show-options command.Nicholas Marriott2008-06-15
|
* I'm an idiot - it is start,len not start,end. Unbreak.Nicholas Marriott2008-06-14
|
* New window options: force-width and force-height. This will force a window toNicholas Marriott2008-06-14
| | | | | | | | | an arbitrary width and height (0 for the default unlimited). This is neat for emacs which doesn't have a sensible way to force hard wrapping at 80 columns. Also, don't try to be clever and use clr_eol when redrawing the whole screen, it causes trouble since the redraw functions are used to draw the blank areas too.
* Clear blank area properly on redraw, and add a marker line below it.Nicholas Marriott2008-06-14
|
* Don't die on empty strings.Nicholas Marriott2008-06-14
|
* Update.Nicholas Marriott2008-06-13
|
* Man page update from Will Maier, thanks.Nicholas Marriott2008-06-11
|
* Fix usage, from Will Maier.Nicholas Marriott2008-06-10
|