OpenBSD CVS

CVS log for src/usr.bin/tmux/Attic/buffer.c


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.4, Wed Nov 4 22:44:53 2009 UTC (14 years, 6 months ago) by nicm
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +1 -1 lines
FILE REMOVED

Bye-bye buffer*.c.

Revision 1.3 / (download) - annotate - [select for diffs], Thu Aug 20 19:14:42 2009 UTC (14 years, 9 months ago) by nicm
Branch: MAIN
Changes since 1.2: +2 -5 lines
Diff to previous 1.2 (colored)

A few trivial optimisations: no need to check for zero size if calling
buffer_ensure in buffer.c; expand grid lines by a greater increase than one
each time; and don't read UTF-8 data unless it actually needs to be checked
when overwriting a cell.

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

Nuke unused buffer functions. Found by lint.

Also remove some old debug output which was #if 0.

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.