mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
82f84bab11
I'm now at the build stage where it complains about a bajillion missing symbols. This is a good place to be!
10 lines
69 B
C++
10 lines
69 B
C++
#include <termcap.h>
|
|
|
|
extern "C" {
|
|
|
|
char PC;
|
|
char* UP;
|
|
char* BC;
|
|
|
|
}
|
|
|