Home
last modified time | relevance | path

Searched refs:status_edit (Results 1 – 15 of 15) sorted by relevance

/dports/devel/tortoisehg/tortoisehg-5.9.3/tortoisehg/hgqt/
H A Dserve_ui.py39 self.status_edit = QtWidgets.QLabel(ServeDialog)
43 sizePolicy.setHeightForWidth(self.status_edit.sizePolicy().hasHeightForWidth())
44 self.status_edit.setSizePolicy(sizePolicy)
45 self.status_edit.setText("")
46 self.status_edit.setTextFormat(QtCore.Qt.RichText)
47 self.status_edit.setOpenExternalLinks(True)
48 self.status_edit.setObjectName("status_edit")
49 self.opts_layout.setWidget(1, QtWidgets.QFormLayout.FieldRole, self.status_edit)
H A Dserve.py118 self._qui.status_edit.setText(msg)
/dports/x11/mlterm/mlterm-3.9.1/vtemu/
H A Dvt_screen.c639 if (edit != screen->status_edit) { in change_edit()
648 if (screen->edit != screen->status_edit) { in change_edit()
691 vt_edit_t *status_edit; in status_edit_new() local
699 return status_edit; in status_edit_new()
945 if (screen->status_edit) { in resize()
1292 if (screen->status_edit) { in vt_screen_destroy()
1293 vt_edit_final(screen->status_edit); in vt_screen_destroy()
1294 free(screen->status_edit); in vt_screen_destroy()
2690 if ((!screen->status_edit && !(screen->status_edit = status_edit_new(screen->edit))) || in vt_screen_set_use_status_line()
2724 if (!screen->status_edit && !(screen->status_edit = status_edit_new(screen->edit))) { in vt_focus_status_line()
[all …]
H A Dvt_screen.h60 vt_edit_t *status_edit; member
437 #define vt_status_line_is_focused(screen) ((screen)->edit == (screen)->status_edit)
/dports/net/tinyfugue/tf-50b8/tf-lib/
H A Dtfstatus.tf84 /status_edit @clock:%width%P3%; \
H A Dactivity_status.tf8 /status_edit @world:11
H A Dtf-help9730 #status_edit
9737 #/status_edit
9819 /status_edit [-r<N>] <name>[:<width>[:<attributes>]]
9828 /status_edit @log:1
/dports/net/tinyfugue-devel/tinyfugue-5.1.3/lib/tf/
H A Dtfstatus.tf84 /status_edit @clock:%width%P3%; \
H A Dactivity_status.tf8 /status_edit @world:11
H A Dtf-help9799 #status_edit
9806 #/status_edit
9888 /status_edit [-r<N>] <name>[:<width>[:<attributes>]]
9897 /status_edit @log:1
/dports/graphics/exiftran/fbida-2.14/
H A Dfbi.c407 static void status_edit(unsigned char *msg, int pos) in status_edit() function
1040 status_edit(line,pos); in edit_line()
/dports/graphics/ida/fbida-2.14/
H A Dfbi.c407 static void status_edit(unsigned char *msg, int pos) in status_edit() function
1040 status_edit(line,pos); in edit_line()
/dports/net/tinyfugue/tf-50b8/
H A DCHANGES99 Fixed: /status_edit did not work on a variable-width field.
514 added /status_add, /status_rm, /status_edit, /clock {on|off}, %clock_format,
/dports/net/tinyfugue-devel/tinyfugue-5.1.3/
H A DCHANGES99 Fixed: /status_edit did not work on a variable-width field.
514 added /status_add, /status_rm, /status_edit, /clock {on|off}, %clock_format,
/dports/x11/mlterm/mlterm-3.9.1/
H A DChangeLog3848 screen->edit and new edit aren't screen->status_edit.