mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
Remove broken by design /set translation.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4698 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
ee59980363
commit
c403b70de4
8 changed files with 0 additions and 181 deletions
|
|
@ -30,7 +30,6 @@
|
|||
#include "completion.h"
|
||||
#include "command-history.h"
|
||||
#include "keyboard.h"
|
||||
#include "translation.h"
|
||||
#include "printtext.h"
|
||||
|
||||
#include "term.h"
|
||||
|
|
@ -283,7 +282,6 @@ static void paste_send(void)
|
|||
history = command_history_current(active_win);
|
||||
command_history_add(history, text);
|
||||
|
||||
translate_output(text);
|
||||
signal_emit("send command", 3, text,
|
||||
active_win->active_server, active_win->active);
|
||||
g_free(text);
|
||||
|
|
@ -296,7 +294,6 @@ static void paste_send(void)
|
|||
history = command_history_current(active_win);
|
||||
command_history_add(history, str->str);
|
||||
|
||||
translate_output(str->str);
|
||||
signal_emit("send command", 3, str->str,
|
||||
active_win->active_server,
|
||||
active_win->active);
|
||||
|
|
@ -547,8 +544,6 @@ static void key_send_line(void)
|
|||
add_history = *str == '\0' ? NULL : g_strdup(str);
|
||||
history = command_history_current(active_win);
|
||||
|
||||
translate_output(str);
|
||||
|
||||
if (redir == NULL) {
|
||||
signal_emit("send command", 3, str,
|
||||
active_win->active_server,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue