зеркало из https://github.com/github/putty.git
12 строки
176 B
C
12 строки
176 B
C
|
/*
|
||
|
* Stubs of functions in terminal.c, for use in programs that don't
|
||
|
* have a terminal.
|
||
|
*/
|
||
|
|
||
|
#include "putty.h"
|
||
|
#include "terminal.h"
|
||
|
|
||
|
void term_nopaste(Terminal *term)
|
||
|
{
|
||
|
}
|