Use Consolas as the default font where available

This commit is contained in:
Berke Viktor
2012-10-28 02:08:36 +01:00
parent e0f61605de
commit 6ae224107f
5 changed files with 50 additions and 4 deletions

View File

@@ -47,6 +47,7 @@ int waitline (int sok, char *buf, int bufsize, int);
#ifdef WIN32
int waitline2 (GIOChannel *source, char *buf, int bufsize);
int get_cpu_arch (void);
int find_font (const char *fontname);
#else
#define waitline2(source,buf,size) waitline(serv->childread,buf,size,0)
#endif