aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * Client tidying: get rid of client_ctx struct in favour of two variables inNicholas Marriott2009-10-21
| * Unused variable.Nicholas Marriott2009-10-21
| * Remove unused function.Nicholas Marriott2009-10-21
| * Nuke dead store.Nicholas Marriott2009-10-21
| * Now we are correctly not redrawing the whole pane on linefeed, redo theNicholas Marriott2009-10-21
| * Tweak descriptions for up/down pane to be clearer.Nicholas Marriott2009-10-21
| * Don't redraw the scroll region on linefeed/reverse index unless it is necessaryNicholas Marriott2009-10-21
| * Some terminals don't correctly clear their let's-wrap flag after changing theNicholas Marriott2009-10-21
| * Getting the read and write ends of the pipe the right way round is usuallyNicholas Marriott2009-10-21
| * %zu not %u, doh.Nicholas Marriott2009-10-20
| * Sort out stdout before stdin/stderr in case the stdout side of the pipe got oneNicholas Marriott2009-10-20
| * Correctly nuke the EOL $ marker when scrolling, reported by martynas@, thanks.Nicholas Marriott2009-10-20
| * Try to reduce the UTF-8 mess.Nicholas Marriott2009-10-20
| * UTF-8 combined character fixes.Nicholas Marriott2009-10-20
| * Move the check for whether to force a line wrapper lower down into the tty codeNicholas Marriott2009-10-20
| * Nuke stray blank line.Nicholas Marriott2009-10-20
| * Stop updating the screen when not in output mode, stops copy mode gettingNicholas Marriott2009-10-19
| * Always move the cursor position on !xenl terminals, since there is no invisibleNicholas Marriott2009-10-17
| * Don't print wide characters at screen width - 1. Matches uterm behaviour andNicholas Marriott2009-10-17
| * Instead of having a complicated check to see if the cursor is in the lastNicholas Marriott2009-10-17
| * When checking whether the region will scroll and the cursor position is thusNicholas Marriott2009-10-16
| * The pane pty name isn't useful for anything so show the pane number instead.Nicholas Marriott2009-10-15
| * cmd_find_client shouldn't die when there is an empty slot in the clientsNicholas Marriott2009-10-14
| * Don't allow cmd_lookup_client to test clients without a session.Nicholas Marriott2009-10-14
| * Move lines into the history when scrolling even if the scroll region is notNicholas Marriott2009-10-13
| * Handle DECCOLM by just emulating its side-effect of clearing the screen.Nicholas Marriott2009-10-13
| * Add mode keys to move the cursor to the top, middle and bottom of the screen.Nicholas Marriott2009-10-13
| * Do this in a better way - print messages when exiting with nonzero.Nicholas Marriott2009-10-13
| * Don't print exit messages when used as a login shell, requested by martynas@ aNicholas Marriott2009-10-13
| * Don't try to use \n across scroll region when doing \r\n either.Nicholas Marriott2009-10-13
| * When a session is unattached, reset its activity timer to prevent it lockingNicholas Marriott2009-10-13
| * Instead of using something sort of similar for both newline checks, useNicholas Marriott2009-10-13
| * When drawing lines that have wrapped naturally, don't force a newline butNicholas Marriott2009-10-12
| * When backspace is received at the beginning of a line and the previous line wasNicholas Marriott2009-10-12
| * Don't run through the column unchanged case if the row was unchanged but thereNicholas Marriott2009-10-12
| * If the vertical cursor movement crosses the scroll region, CUU and CUDNicholas Marriott2009-10-12
| * Wrap a couple of long lines.Nicholas Marriott2009-10-12
| * Use absolute movement if right at the end of the line as it isn't a reliableNicholas Marriott2009-10-12
| * Use relative cursor movement instead of absolute when possible and whenNicholas Marriott2009-10-12
| * Permit attributes to be turned off in #[] by prefixing with "no", for exampleNicholas Marriott2009-10-12
| * Similarly add a tty_cursor_pane function to tidy up most of the calls.Nicholas Marriott2009-10-12
| * _absolute is redundant, just use tty_region.Nicholas Marriott2009-10-12
| * Cleanup: use two functions for region setting, one for absolute and one insideNicholas Marriott2009-10-12
| * Like linefeed, don't set the scroll region for reverse index unless it will beNicholas Marriott2009-10-11
| * punctuation fix;Jason McIntyre2009-10-11
| * Set the current window pointer to NULL when killing a winlink that is to beNicholas Marriott2009-10-11
| * Add a pipe-pane command to allow a pane to be piped to a shell command, forNicholas Marriott2009-10-11
| * Convert if-shell over to the background job framework as well.Nicholas Marriott2009-10-11
| * Remove a debugging leftover and add copyright.Nicholas Marriott2009-10-11
| * Switch run-shell over to queue the command in the background like #().Nicholas Marriott2009-10-11