mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-05 21:42:47 -05:00
When I implemented the GTK messagebox() function and everything that
needed to use it, I completely forgot about askappend(). D'oh. [originally from svn r3101]
This commit is contained in:
11
unix/pterm.c
11
unix/pterm.c
@ -152,17 +152,6 @@ void ldisc_update(void *frontend, int echo, int edit)
|
||||
*/
|
||||
}
|
||||
|
||||
int askappend(void *frontend, Filename filename)
|
||||
{
|
||||
/*
|
||||
* Logging in an xterm-alike is liable to be something you only
|
||||
* do at serious diagnostic need. Hence, I'm going to take the
|
||||
* easy option for now and assume we always want to overwrite
|
||||
* log files. I can always make it properly configurable later.
|
||||
*/
|
||||
return 2;
|
||||
}
|
||||
|
||||
int from_backend(void *frontend, int is_stderr, const char *data, int len)
|
||||
{
|
||||
struct gui_data *inst = (struct gui_data *)frontend;
|
||||
|
Reference in New Issue
Block a user