Commit 9ae530d5c66dd22f67c48aceb28661c84a0e1627

Authored by Perry Werneck
1 parent 96d8fcc7

Ajustes para identificar problema na quebra de linha ao carregar conteúdo da tela.

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
src/plugins/dbus3270/test.sh
... ... @@ -42,6 +42,8 @@ run_command()
42 42 ;;
43 43  
44 44 gettext)
  45 +# addr,len,lf
  46 +# dbus-send --session --print-reply --dest=$DEST.$SESSION $BPATH $DEST.getText int32:1 int32:-1 byte:0
45 47 dbus-send --session --print-reply --dest=$DEST.$SESSION $BPATH $DEST.getText int32:1 int32:-1 byte:0
46 48 ;;
47 49  
... ...