~ubuntu-branches/ubuntu/wily/splitvt/wily

« back to all changes in this revision

Viewing changes to splitvt.h

  • Committer: Bazaar Package Importer
  • Author(s): Julien Danjou
  • Date: 2008-08-03 14:19:50 UTC
  • mfrom: (4.1.4 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080803141950-x7y3hxnxqoekgnp3
Tags: 1.6.6-7
* QA upload.
* Fix bashisms (Closes: #489663)
* Bump standard version

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
/* The number of lines requested for the upper window (from vt100.c) */
33
33
extern int UU_lines;
34
34
 
 
35
/* An option to start with the bottom window in focus (from splitvt.c) */
 
36
extern int stbottom;
 
37
 
35
38
/* Functions exported from splitvt.c */
36
39
extern void reset_bar();
37
40