OpenBSD CVS

CVS log for src/usr.bin/tmux/Attic/tty-write.c


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.8, Wed Jul 22 20:56:58 2009 UTC (14 years, 10 months ago) by nicm
Branch: MAIN
CVS Tags: HEAD
Changes since 1.7: +1 -1 lines
FILE REMOVED

tty_write is relatively short and the only function left in tty-write.c so move
it into tty.c.

Revision 1.7 / (download) - annotate - [select for diffs], Wed Jul 22 20:53:38 2009 UTC (14 years, 10 months ago) by nicm
Branch: MAIN
Changes since 1.6: +1 -35 lines
Diff to previous 1.6 (colored)

More tty code tidying: move the saved cursor/region position (from before the
screen was updated) out of struct screen and into struct tty_ctx.

Revision 1.6 / (download) - annotate - [select for diffs], Wed Jul 22 18:02:23 2009 UTC (14 years, 10 months ago) by nicm
Branch: MAIN
Changes since 1.5: +11 -10 lines
Diff to previous 1.5 (colored)

enum tty_cmd is only used as an index into the array of command function
pointers, so remove it and use the function pointers directly to represent
themselves.

Revision 1.5 / (download) - annotate - [select for diffs], Wed Jul 22 16:45:31 2009 UTC (14 years, 10 months ago) by nicm
Branch: MAIN
Changes since 1.4: +34 -14 lines
Diff to previous 1.4 (colored)

There are relatively few arguments to tty_cmd_* functions now, so tidy them up
by using a struct rather than hiding everything with varargs.

Revision 1.4 / (download) - annotate - [select for diffs], Tue Jul 14 07:23:36 2009 UTC (14 years, 10 months ago) by nicm
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Get rid of the PANE_HIDDEN flag in favour of a function, and moving the
decision for whether or not a pane should be drawn out of the layout code and
into the redraw code.

This is needed for the new layout design, getting it in now to make that easier
to work on.

Revision 1.3 / (download) - annotate - [select for diffs], Thu Jun 25 06:15:04 2009 UTC (14 years, 10 months ago) by nicm
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6
Changes since 1.2: +1 -26 lines
Diff to previous 1.2 (colored)

Miscellaneous unused functions, including one which was basically a
duplicate. Found by lint.

Revision 1.2 / (download) - annotate - [select for diffs], Fri Jun 5 03:13:16 2009 UTC (14 years, 11 months ago) by ray
Branch: MAIN
Changes since 1.1: +1 -2 lines
Diff to previous 1.1 (colored)

Remove trailing newlines, spaces, and tabs.

No binary change.

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

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.