diff --git a/po/pt_BR.po b/po/pt_BR.po index 62576c1..f288065 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: pw3270 5.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-10-01 09:56-0300\n" +"POT-Creation-Date: 2012-10-01 10:20-0300\n" "PO-Revision-Date: 2012-09-27 10:51-0300\n" "Last-Translator: Perry Werneck \n" "Language-Team: Português \n" diff --git a/src/include/lib3270.h b/src/include/lib3270.h index e3dae64..3b119db 100644 --- a/src/include/lib3270.h +++ b/src/include/lib3270.h @@ -33,6 +33,11 @@ #define LIB3270_H_INCLUDED 1 #include + #include + + #ifndef ENOTCONN + #define ENOTCONN 107 + #endif // !ENOTCONN #if defined(__GNUC__) #define LIB3270_GNUC_FORMAT(s,f) __attribute__ ((__format__ (__printf__, s, f))) diff --git a/src/plugins/remotectl/remotectl.c b/src/plugins/remotectl/remotectl.c index d5f27c9..cdb6178 100644 --- a/src/plugins/remotectl/remotectl.c +++ b/src/plugins/remotectl/remotectl.c @@ -207,6 +207,10 @@ lib3270_enter(hSession); break; + case 'F': // Erase EOF + lib3270_eraseeof(hSession); + break; + case '1': // PF1 lib3270_pfkey(hSession,1); break; diff --git a/ui/00default.xml b/ui/00default.xml index bc30e8b..a2ea524 100644 --- a/ui/00default.xml +++ b/ui/00default.xml @@ -79,7 +79,7 @@ - + -- libgit2 0.21.2