Textbuffer handling. More...
#include "stdafx.h"
#include <stdarg.h>
#include "textbuf_type.h"
#include "string_func.h"
#include "strings_func.h"
#include "gfx_type.h"
#include "gfx_func.h"
#include "window_func.h"
#include "core/alloc_func.hpp"
Go to the source code of this file.
Functions | |
bool | GetClipboardContents (char *buffer, size_t buff_len) |
Try to retrive the current clipboard contents. | |
Variables | |
int | _caret_timer |
Textbuffer handling.
Definition in file textbuf.cpp.
bool GetClipboardContents | ( | char * | buffer, | |
size_t | buff_len | |||
) |
Try to retrive the current clipboard contents.
Definition at line 178 of file os2.cpp.
References convert_from_fs(), FS2OTTD(), and ttd_strlcpy().
Referenced by Textbuf::InsertClipboard().