summaryrefslogtreecommitdiffstats
path: root/tmux.h
AgeCommit message (Collapse)Author
2008-12-08Make window options work the same was as session options, add ↵Nicholas Marriott
mode-fg/mode-bg options, force -g for global on set/show/setw/showw/
2008-12-05Ability to show window title on status line.Nicholas Marriott
2008-11-23Fix build on sparc.Nicholas Marriott
2008-11-17Bump NSETOPTION.Nicholas Marriott
2008-11-16Disable UTF-8 by default and add options to enable it.Nicholas Marriott
2008-11-16Keep stack of previous windows.Nicholas Marriott
Check for op (orig_pair) for default colours.
2008-11-05TAILQ -> SLIST.Nicholas Marriott
2008-11-04Record intermediate for p2/s2 and fake up charset redefinition (some ↵Nicholas Marriott
programs use it to switch character set).
2008-10-09Translate 256 colours to 16.Nicholas Marriott
2008-10-09Better OSC support for title setting, and support APC as well.Nicholas Marriott
2008-09-26Trim.Nicholas Marriott
2008-09-25Fix stupid GNU getopt behaviour.Nicholas Marriott
2008-09-25Internal screen data rewrite for better 256 colour/UTF-8 support.Nicholas Marriott
2008-09-10Rename some functions.Nicholas Marriott
2008-09-10Split colour functions from screen.Nicholas Marriott
2008-09-09Initial UTF-8 support.Nicholas Marriott
2008-09-08Style tweaks.Nicholas Marriott
2008-09-08Fix bold/non-bold mismatch in 256 colour mode by adding an extra 8 bits ↵Nicholas Marriott
(ick) onto the attributes and using two of them to mark the fg and bg as 256 colours when necessary. If only it was 255 colours we would have one value for default and wouln't need this :-/.
2008-09-08Initial 256 colour support, lightly tested.Nicholas Marriott
2008-08-28Support OS X by moving to gettimeofday(2) and adding poll compat from OpenSSH.Nicholas Marriott
2008-08-08Tidy logging and lose stdout hacks for _info.Nicholas Marriott
2008-08-07Lose ensure* stuff.Nicholas Marriott
2008-07-25Environment variables in configuration file.Nicholas Marriott
2008-07-24Spacing.Nicholas Marriott
2008-07-24Support keypad mode, and get rid of SCREEN_DEF*. Meant to commit these ↵Nicholas Marriott
separately but forgot :-/.
2008-07-23Support keypad. Change cursor key output.Nicholas Marriott
2008-07-02Split emacs/vi keys into seperate tables.Nicholas Marriott
2008-07-01long for pid.Nicholas Marriott
2008-07-01Protocol versioning, version is checked on identify message.Nicholas Marriott
2008-06-30Document buffer stuff.Nicholas Marriott
2008-06-29Zombie windows, requested by Will Maier.Nicholas Marriott
2008-06-25Oops, forgot to commit move-window. Also add select-prompt to allow index to ↵Nicholas Marriott
be typed.
2008-06-25Allow use of alt keys. move-window command.Nicholas Marriott
2008-06-25Handle escaped keys properly and use M-f/M-b in copy mode.Nicholas Marriott
2008-06-23list-commands command.Nicholas Marriott
2008-06-23Split internal status-colour into status-fg/status-bg options and lose ↵Nicholas Marriott
workarounds in set-option stuff.
2008-06-23Split options into a table to allow abbreviations.Nicholas Marriott
2008-06-22timespecadd, fgetln headers.Nicholas Marriott
2008-06-22More missing bits from Solaris.Nicholas Marriott
2008-06-22Don't be clever and translate default colour.Nicholas Marriott
2008-06-21Simple tab completion of option names in command prompt.Nicholas Marriott
2008-06-21Lose unnecessary flags on context.Nicholas Marriott
2008-06-20buffer-limit option.Nicholas Marriott
2008-06-20Swap in new paste buffer code and add a couple more commands.Nicholas Marriott
2008-06-20Start of improved buffer code. Only set-buffer/show-buffer commands so far.Nicholas Marriott
2008-06-20Freeze output when showing display line, fixes problems when no status line.Nicholas Marriott
2008-06-19Hide cursor with flag.Nicholas Marriott
2008-06-19Command prompt for interactive commands.Nicholas Marriott
2008-06-19Editable prompt. Not used for anything yet. More to come.Nicholas Marriott
2008-06-19Show status messages without blocking the server.Nicholas Marriott