bmp_write_line(3alleg4) Allegro manual bmp_write_line(3alleg4)NAME
bmp_write_line - Direct access bank switching line selection for writing. Allegro game programming library.
SYNOPSIS
#include <allegro.h>
unsigned long bmp_write_line(BITMAP *bmp, int line);
DESCRIPTION
Selects the line of a bitmap that you are going to draw onto.
RETURN VALUE
Returns the address of the selected line for writing.
SEE ALSO exflame(3alleg4), exlights(3alleg4)Allegro version 4.4.2 bmp_write_line(3alleg4)
What is the point of this? Whenever I close my shell it appends to the history file without adding this. I have never seen it overwrite my history file.
# When the shell exits, append to the history file instead of overwriting it
shopt -s histappend (3 Replies)