OpenBSD CVS

CVS log for src/usr.bin/tmux/Attic/options-cmd.c


[BACK] Up to [local] / src / usr.bin / tmux

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.6, Thu Dec 3 17:44:02 2009 UTC (14 years, 5 months ago) by nicm
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +1 -1 lines
FILE REMOVED

Eliminate duplicate code and ease the passage for server-wide options by adding
a -w flag to set-option and show-options and making setw and showw aliases to
set -w and show -w.

Note: setw and showw are still there, but now aliases for set -w and show -w.

Revision 1.5 / (download) - annotate - [select for diffs], Tue Sep 22 12:38:10 2009 UTC (14 years, 7 months ago) by nicm
Branch: MAIN
Changes since 1.4: +29 -10 lines
Diff to previous 1.4 (colored)

Permit multiple prefix keys to be defined, separated by commas, for example:

set -g prefix ^a,^b

Any key in the list acts as the prefix. The send-prefix command always sends
the first key in the list.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Sep 21 14:56:03 2009 UTC (14 years, 8 months ago) by nicm
Branch: MAIN
Changes since 1.3: +40 -29 lines
Diff to previous 1.3 (colored)

Use option print function for info messages as well.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Sep 21 14:46:47 2009 UTC (14 years, 8 months ago) by nicm
Branch: MAIN
Changes since 1.2: +41 -1 lines
Diff to previous 1.2 (colored)

Move common code from show-options and show-window-options into a function.

Revision 1.2 / (download) - annotate - [select for diffs], Tue Aug 4 18:45:57 2009 UTC (14 years, 9 months ago) by nicm
Branch: MAIN
Changes since 1.1: +15 -4 lines
Diff to previous 1.1 (colored)

Add a -a flag to set-option and set-window-option to append to an existing
string value, useful for terminal-overrides.

Revision 1.1 / (download) - annotate - [select for diffs], Mon Jun 1 22:58:49 2009 UTC (14 years, 11 months ago) by nicm
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6

Import tmux, a terminal multiplexor allowing (among other things) a single
terminal to be switched between several different windows and programs
displayed on one terminal be detached from one terminal and moved to another.

ok deraadt pirofti

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.