aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Add a section summarising how options work, make the distinction between windowNicholas Marriott2009-07-08
| | | | | | and session options clearer, and fix the incorrect synopses and descriptions of show-options and show-window-options.
* When unlocking the server, don't try to clear the prompt on clients without aNicholas Marriott2009-07-08
| | | | | | | | prompt (such as the one issuing the unlock request). This caused the server to die if the wrong password was entered when unlocking from the command line with -U (nasty).
* Sync.Nicholas Marriott2009-07-07
|
* This is not really important or major.Nicholas Marriott2009-07-06
|
* Next will be 1.0.Nicholas Marriott2009-07-06
|
* If using the default login shell (empty default-command), strip any - prefix.Nicholas Marriott2009-07-02
|
* Change default_window_name to use window_default_command if the actual cmd isNicholas Marriott2009-07-02
| | | | | empty. From Josh Elsasser.
* Fix two copy/paste bugs: forbid zero-length buffers to prevent a fatal errorNicholas Marriott2009-07-02
| | | | | | when trying to paste them, found by me, and miscalculation of the start/end causing random fatal errors when copying in copy-mode, reported by sthen.
* Update.Tiago Cunha2009-07-02
|
* Solaris has no strcasestr.Nicholas Marriott2009-07-02
|
* Don't see a reason for sys/cdefs.h here; remove it.Nicholas Marriott2009-07-01
|
* $Id$.Nicholas Marriott2009-07-01
|
* Move defines after includes to avoid multiple definition.Nicholas Marriott2009-07-01
|
* Typo: bsdpoll.h -> bsd-poll.h.Nicholas Marriott2009-07-01
|
* Change >| to rm/> as apparently Solaris /bin/sh doesn't like it.Nicholas Marriott2009-07-01
|
* Try to make a bit more sense here.Nicholas Marriott2009-07-01
|
* Comment FDEBUG and bump dist version.Nicholas Marriott2009-07-01
|
* Changes for 0.9.Nicholas Marriott2009-07-01
|
* Update with new UTF-8 environment variable information for 0.9.Nicholas Marriott2009-07-01
|
* Using -l to specify a login shell is non-POSIX and causes problems with shellsNicholas Marriott2009-07-01
| | | | | | that do not support it. Instead, set an empty default-command to invoke $SHELL with - prefixed to argv[0], and make this the default setting.
* This file is not going to be used as much any longer, make a note.Nicholas Marriott2009-07-01
|
* Update ready for 0.9Nicholas Marriott2009-07-01
|
* When unlocking the server, don't try to clear the prompt on clients without aNicholas Marriott2009-07-01
| | | | | | | | prompt (such as the one issuing the unlock request). This caused the server to die if the wrong password was entered when unlocking from the command line with -U (nasty).
* Fix two errors with character/line insertion and deletion: the maximum numberNicholas Marriott2009-07-01
| | | | | | | | | | | of characters which may be inserted or deleted is the screen width, not one less (and similarly for lines and height); and if characters or lines are deleted by moving the ones that follow, the space at the end needs to be cleared. This appears to solve long-standing redraw issues most visible when using the force-width option then scrolling in view(1) or unwrapping lines in emacs.
* $Id$.Nicholas Marriott2009-07-01
|
* Fix $Id$.Nicholas Marriott2009-06-29
|
* Don't try to page up with scroll-mode -u or copy-mode -u unless the mode wasNicholas Marriott2009-06-29
| | | | | | successfully changed - if already in a different mode, it would corrupt the mode data.
* Use gmtime_r so the current time isn't overwritten, the minute comparison worksNicholas Marriott2009-06-29
| | | | | | and the clock is actually updated. It was already used for lock-server but not here.
* Copy the 256-colour flag into the tty saved cell as well as the actual colour,Nicholas Marriott2009-06-29
| | | | | otherwise colour 8 isn't reset.
* Add missing spaces before some alias closing brackets, otherwise they areNicholas Marriott2009-06-29
| | | | | shown in the wrong style.
* Whoops, revert.Nicholas Marriott2009-06-26
|
* Remove some unused function declarations; no binary change.Nicholas Marriott2009-06-26
|
* After logging (if enabled) is switched to file, there is no reason to keepNicholas Marriott2009-06-26
| | | | | stdin/stdout/stderr active, so dup them to /dev/null.
* Set LC_ALL=C to stop i18n breaking gcc test.Nicholas Marriott2009-06-26
|
* Apparently NetBSD's tcgetpgrp is good enough to use, so don't need to playNicholas Marriott2009-06-26
| | | | | complicated games, from Roy Marples.
* Status line fixes: don't truncate status-right now the length calculation isNicholas Marriott2009-06-26
| | | | | | done for UTF-8, limit to the maximum length correctly when printing, and always print a space even if the left string is longer than the width available.
* Remove some dead assignments, found by sthen with clang.no_author2009-06-26
|
* #ifndef nitems.Nicholas Marriott2009-06-26
|
* Update TODO.Nicholas Marriott2009-06-25
|
* vis compat stuff.Nicholas Marriott2009-06-25
|
* Start of portability update: bitstring.h.Nicholas Marriott2009-06-25
|
* Lose -V.Nicholas Marriott2009-06-25
|
* Skip 8 line diffs ($Id$ change only).Nicholas Marriott2009-06-25
|
* Comparison script.Nicholas Marriott2009-06-25
|
* libgen.h.Nicholas Marriott2009-06-25
|
* More diff-to-OpenBSD reduction. Move a lot of compat stuff into compat.h.Nicholas Marriott2009-06-25
|
* Whitespace and more syncing.Nicholas Marriott2009-06-25
|
* Don't need linker magic anymore.Nicholas Marriott2009-06-25
|
* No more xmalloc-debug.Nicholas Marriott2009-06-25
|
* Fix rejects.Nicholas Marriott2009-06-25
|