Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

clear_bitmap(3alleg4) [x11r4 man page]

clear_bitmap(3alleg4)						  Allegro manual					     clear_bitmap(3alleg4)

NAME
clear_bitmap - Clears the bitmap to color 0. Allegro game programming library. SYNOPSIS
#include <allegro.h> void clear_bitmap(BITMAP *bitmap); DESCRIPTION
Clears the bitmap to color 0. SEE ALSO
clear_to_color(3alleg4) Allegro version 4.4.2 clear_bitmap(3alleg4)
Man Page

We Also Found This Discussion For You

1. UNIX for Advanced & Expert Users

Shopt -s histappend

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)
Discussion started by: cokedude
3 Replies