Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Sync with private copy. | Nicholas Marriott | 2009-06-03 | |
| | ||||
* | endpwent() is not required after getpwuid(). | Nicholas Marriott | 2009-06-01 | |
| | ||||
* | +. | Nicholas Marriott | 2009-05-29 | |
| | ||||
* | Clear status line on incorrect password. | Nicholas Marriott | 2009-05-29 | |
| | ||||
* | Don't show real character under cursor when hidden. Doh. | Nicholas Marriott | 2009-05-29 | |
| | ||||
* | Reset activity time to avoid relock on -U. | Nicholas Marriott | 2009-05-28 | |
| | ||||
* | Now in base. | Nicholas Marriott | 2009-05-26 | |
| | ||||
* | Spacing. | Nicholas Marriott | 2009-05-26 | |
| | ||||
* | Update. | Nicholas Marriott | 2009-05-21 | |
| | ||||
* | Spacing. | Nicholas Marriott | 2009-05-21 | |
| | ||||
* | UPPER -> BIG, sort, and bump protocol version. | Nicholas Marriott | 2009-05-21 | |
| | ||||
* | stat(2) files before trying to load them to avoid problems, for example with ↵ | Nicholas Marriott | 2009-05-21 | |
| | | | | | | | "source-file /dev/zero". This commit dedicated to Tom: protecting idiots from their own stupidity for more than 20 years. | |||
* | new layout plan | Nicholas Marriott | 2009-05-20 | |
| | ||||
* | Indentation. | Nicholas Marriott | 2009-05-19 | |
| | ||||
* | +. | Nicholas Marriott | 2009-05-19 | |
| | ||||
* | Try to guess if the window is UTF-8 by outputting a three-byte UTF-8 wide ↵ | Nicholas Marriott | 2009-05-19 | |
| | | | | character and seeing how much the cursor moves. Currently tries to figure out if this works by some stupid checks on the terminal, these need to be rethought. Also might be better using a width 1 character rather than width 2. | |||
* | If LANG contains "UTF-8", assume the terminal supports UTF-8, on the grounds ↵ | Nicholas Marriott | 2009-05-19 | |
| | | | | that anyone who configures it probably wants UTF-8. Not certain if this is a perfect idea but let's see if it causes any problems. | |||
* | - New window option monitor-content to search for a string in a window, and | Tiago Cunha | 2009-05-19 | |
| | | | | | | | | | highlight the status line if it matches. - To make this possible, the function cmd_find_window_search from cmd-find-window.c had to be moved to window.c and renamed window_pane_search. - While there use three new functions in server.c to check for bell, activity, and content, to avoid too much nesting. | |||
* | Note. | Nicholas Marriott | 2009-05-19 | |
| | ||||
* | (void). | Nicholas Marriott | 2009-05-19 | |
| | ||||
* | main-horizontal layout and main-pane-height option to match vertical. | Nicholas Marriott | 2009-05-18 | |
| | ||||
* | left-vertical -> main-vertical. | Nicholas Marriott | 2009-05-18 | |
| | | | | | Also update CHANGES/TODO. | |||
* | New option main-pane-width to set width of pane in left-vertical mode. | Nicholas Marriott | 2009-05-18 | |
| | ||||
* | manual -> manual-vertical. | Nicholas Marriott | 2009-05-18 | |
| | ||||
* | horizontal -> h, vertical -> v, to shorten some function names a little. | Nicholas Marriott | 2009-05-18 | |
| | ||||
* | Behave properly when resize not supported. | Nicholas Marriott | 2009-05-18 | |
| | ||||
* | Update TODO. | Nicholas Marriott | 2009-05-18 | |
| | ||||
* | manual -> manual-vertical. | Nicholas Marriott | 2009-05-18 | |
| | ||||
* | Clean up manual layout code: | Nicholas Marriott | 2009-05-18 | |
| | | | | | | | | | | | | - change the one layout function into two _refresh and _resize - create layout-manual.c for manual layout code - move the fit panes/update panes code from window.c to the new file as it is only used by manual layout now - move the resize pane code into layout-manual.c as well - get rid of the direct calls to fit/update and make them go through layout - rename a couple of variables This is mainly as a first step before reworking the manual layout code to see if anything breaks. | |||
* | Fix comment. | Nicholas Marriott | 2009-05-18 | |
| | ||||
* | #undef everything in config.h. This is the only bit of the scripting work I am | Nicholas Marriott | 2009-05-18 | |
| | | | | | using now :-). | |||
* | +b on fopen. | Nicholas Marriott | 2009-05-18 | |
| | ||||
* | chmod +x configure | Nicholas Marriott | 2009-05-18 | |
| | ||||
* | Move some crap into the attic, and some other stuff into tools/. | Nicholas Marriott | 2009-05-17 | |
| | ||||
* | Move website stuff into its own directory. | Nicholas Marriott | 2009-05-17 | |
| | ||||
* | Move dist.mk to tools/. | Nicholas Marriott | 2009-05-17 | |
| | ||||
* | Use >|. | Nicholas Marriott | 2009-05-16 | |
| | ||||
* | Use a better variable name and allow the uname to be overridden. | Nicholas Marriott | 2009-05-16 | |
| | ||||
* | clean-all. | Nicholas Marriott | 2009-05-16 | |
| | ||||
* | clean-all target to clean configure stuff too. | Nicholas Marriott | 2009-05-16 | |
| | ||||
* | Use empty(), FreeBSD doesn't like ==. | Nicholas Marriott | 2009-05-16 | |
| | ||||
* | select-layout command and some key bindings. | Nicholas Marriott | 2009-05-16 | |
| | ||||
* | Recreate server socket on SIGUSR1, per SF feature request 2792533. | Nicholas Marriott | 2009-05-16 | |
| | ||||
* | putenv can be char *. | Nicholas Marriott | 2009-05-15 | |
| | ||||
* | Don't use -Wcast-qual and use explicit casts to shut gcc up in the few cases ↵ | Nicholas Marriott | 2009-05-15 | |
| | | | | we can't avoid using a char *. | |||
* | +sfw for solaris too. | Nicholas Marriott | 2009-05-14 | |
| | ||||
* | Keys in status line (p in vi mode, M-y in emacs) to paste the first line of ↵ | Nicholas Marriott | 2009-05-14 | |
| | | | | the upper paste buffer. Suggested by Dan Colish. | |||
* | Separate tmux target. Doh. | Nicholas Marriott | 2009-05-14 | |
| | ||||
* | PuTTY resizing from merdely. | Nicholas Marriott | 2009-05-14 | |
| | ||||
* | clear-history command. | Nicholas Marriott | 2009-05-14 | |
| |