buffer

Undocumented in source.

Members

Enums

BFTEMP
anonymousenum BFTEMP
Undocumented in source.
Language
enum Language
Undocumented in source.

Functions

addline
int addline(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
anycb
int anycb()
Undocumented in source. Be warned that the author may not have intended to support it.
buffer_clear
int buffer_clear(BUFFER* bp)
Undocumented in source. Be warned that the author may not have intended to support it.
buffer_find
BUFFER* buffer_find(string bname, int cflag, int bflag)

Find a buffer, by name. Return a pointer to the BUFFER structure associated with it. If the named buffer is found, but is a TEMP buffer (like the buffer list) complain. If the buffer is not found and the "cflag" is TRUE, create it. The "bflag" is the settings for the flags in in buffer. If bflag specifies a TEMP buffer, then a TEMP buffer can be selected.

buffer_itoa
void buffer_itoa(char[] buf, int width, int num)
Undocumented in source. Be warned that the author may not have intended to support it.
buffer_next
int buffer_next(bool f, int n)

Make next buffer in list the current one. Put it into the current window if it isn't displayed.

buffer_remove
int buffer_remove(BUFFER* bp)

Remove buffer bp.

buffer_switch
int buffer_switch(BUFFER* bp)

Switch to buffer bp.

killbuffer
int killbuffer(bool f, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
listbuffers
int listbuffers(bool f, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
makelist
int makelist()
Undocumented in source. Be warned that the author may not have intended to support it.
usebuffer
int usebuffer(bool f, int n)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

buffers
BUFFER*[] buffers;
Undocumented in source.

Structs

BUFFER
struct BUFFER
Undocumented in source.

Meta