annotate src/proto/os_beos.pro @ 5877:24c90f1fec85 v7.4.281

updated for version 7.4.281 Problem: When a session file has more than one tabpage and 'showtabline' is one the positions may be slightly off. Solution: Set 'showtabline' to two while positioning windows.
author Bram Moolenaar <bram@vim.org>
date Wed, 07 May 2014 21:14:47 +0200
parents 3fc0f57ecb91
children 21b0a39d13ed
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1 /* os_beos.c */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2 void beos_cleanup_read_thread __ARGS((void));
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3 int beos_select __ARGS((int nbits, struct fd_set *rbits, struct fd_set *wbits, struct fd_set *ebits, struct timeval *timeout));
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4 /* vim: set ft=c : */