mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
22 lines
895 B
Plaintext
22 lines
895 B
Plaintext
|
--- pine/osdep/execview.orig Tue Sep 22 21:21:12 1998
|
|||
|
+++ pine/osdep/execview Tue Sep 22 21:22:10 1998
|
|||
|
@@ -45,14 +45,14 @@
|
|||
|
if(syspipe = open_system_pipe(command, r_file_h, NULL, mode)){
|
|||
|
close_system_pipe(&syspipe);
|
|||
|
if(needsterminal == 1)
|
|||
|
- q_status_message(SM_ORDER, 0, 4, "VIEWER command completed");
|
|||
|
+ q_status_message(SM_ORDER, 0, 4, "VIEWER <20>R<EFBFBD>O<EFBFBD><4F><EFBFBD><EFBFBD>");
|
|||
|
else if(needsterminal == 2)
|
|||
|
- display_output_file(result_file, "VIEWER", " command result", 1);
|
|||
|
+ display_output_file(result_file, "VIEWER", " <20>R<EFBFBD>O<EFBFBD><4F><EFBFBD>G", 1);
|
|||
|
else
|
|||
|
- display_output_file(result_file, "VIEWER", " command launched", 1);
|
|||
|
+ display_output_file(result_file, "VIEWER", " <20>R<EFBFBD>O<EFBFBD>w<EFBFBD>Ұ<EFBFBD>", 1);
|
|||
|
}
|
|||
|
else
|
|||
|
- q_status_message1(SM_ORDER, 3, 4, "Cannot spawn command : %s", cmd);
|
|||
|
+ q_status_message1(SM_ORDER, 3, 4, "<22>L<EFBFBD>k<EFBFBD>_<EFBFBD>l<EFBFBD>R<EFBFBD>O<EFBFBD>G%s", cmd);
|
|||
|
|
|||
|
fs_give((void **)&command);
|
|||
|
if(result_file)
|