ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/init.C
(Generate patch)

Comparing rxvt-unicode/src/init.C (file contents):
Revision 1.4 by pcg, Tue Nov 25 15:25:17 2003 UTC vs.
Revision 1.5 by pcg, Tue Nov 25 15:44:38 2003 UTC

1/*--------------------------------*-C-*---------------------------------* 1/*--------------------------------*-C-*---------------------------------*
2 * File: init.c 2 * File: init.c
3 *----------------------------------------------------------------------* 3 *----------------------------------------------------------------------*
4 * $Id: init.C,v 1.4 2003/11/25 15:25:17 pcg Exp $ 4 * $Id: init.C,v 1.5 2003/11/25 15:44:38 pcg Exp $
5 * 5 *
6 * All portions of code are copyright by their respective author/s. 6 * All portions of code are copyright by their respective author/s.
7 * Copyright (c) 1992 John Bovey, University of Kent at Canterbury <jdb@ukc.ac.uk> 7 * Copyright (c) 1992 John Bovey, University of Kent at Canterbury <jdb@ukc.ac.uk>
8 * - original version 8 * - original version
9 * Copyright (c) 1994 Robert Nation <nation@rocket.sanders.lockheed.com> 9 * Copyright (c) 1994 Robert Nation <nation@rocket.sanders.lockheed.com>
384 Options = DEFAULT_OPTIONS; 384 Options = DEFAULT_OPTIONS;
385 want_refresh = 1; 385 want_refresh = 1;
386 cmd_pid = -1; 386 cmd_pid = -1;
387 cmd_fd = tty_fd = Xfd = -1; 387 cmd_fd = tty_fd = Xfd = -1;
388 PrivateModes = SavedModes = PrivMode_Default; 388 PrivateModes = SavedModes = PrivMode_Default;
389 TermWin.focus = 1; 389 TermWin.focus = 0;
390 TermWin.ncol = 80; 390 TermWin.ncol = 80;
391 TermWin.nrow = 24; 391 TermWin.nrow = 24;
392 TermWin.int_bwidth = INTERNALBORDERWIDTH; 392 TermWin.int_bwidth = INTERNALBORDERWIDTH;
393 TermWin.ext_bwidth = EXTERNALBORDERWIDTH; 393 TermWin.ext_bwidth = EXTERNALBORDERWIDTH;
394 TermWin.lineSpace = LINESPACE; 394 TermWin.lineSpace = LINESPACE;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines