This website works better with JavaScript.
Home
Help
Sign In
cacalabs
/
libcaca
mirror of
https://github.com/cacalabs/libcaca.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
7
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1757
Commits
1
Branch
23 MiB
C
70.3%
Python
8%
PHP
6.9%
C#
3%
C++
2.3%
Other
9.5%
Tree:
6d943c6f02
main
v0.99.beta20
v0.99.beta19
v0.99.beta18
v0.99.beta17
v0.99.beta16
v0.99.beta15
v0.99.beta14
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '6d943c6f02'
${ noResults }
libcaca
/
caca
/
driver
History
Sam Hocevar
6d943c6f02
Call setlocale() in the X11 driver to activate the current locale. If it
is an UTF-8 locale, more glyphs are displayed.
15 years ago
..
cocoa.m
Coding style: remove tabs and trailing spaces.
15 years ago
conio.c
libcaca: move codecs and import/export functions into subdirectories.
16 years ago
gl.c
Don't enter glutCheckLoop() from gl_get_event() if there is already an
15 years ago
ncurses.c
Fix the old "value computed is unused" warning triggered by ncurses.
15 years ago
null.c
Include <stdio.h> in the null driver to get NULL.
15 years ago
raw.c
Add caca_export_area_to_memory() to export only a selected part of the
16 years ago
slang.c
Pass Ctrl-C as a keypress to the calling application in the SLang driver.
15 years ago
vga.c
Fix a typo in the VGA driver.
15 years ago
win32.c
Add dirty rectangle support to the ncurses and VGA drivers.
16 years ago
x11.c
Call setlocale() in the X11 driver to activate the current locale. If it
15 years ago