mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-01 22:51:33 +02:00
d3db1719d6
JFBTERM takes advantages of framebuffer device and makes it able to display multilingual text on console
11 lines
257 B
Diff
11 lines
257 B
Diff
--- a/term.h 2010-06-20 20:22:20.620998681 +0400
|
|
+++ b/term.h 2010-06-20 20:22:48.435043158 +0400
|
|
@@ -45,6 +45,7 @@
|
|
|
|
void tterm_start(TTerm* p, const char* tn, const char* en);
|
|
|
|
+void sigchld(int sig);
|
|
extern TTerm gTerm;
|
|
|
|
#endif /* INCLUDE_TERM_H */
|