Changeset c3ab155 for commands.c
- Timestamp:
- Jun 17, 2003, 9:46:10 PM (20 years ago)
- Branches:
- master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- b1299da
- Parents:
- 65e3901
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
commands.c
raac889a rc3ab155 270 270 "alist", 271 271 "Print a listing of buddies logged in, regardless of protocol."), 272 273 OWLCMD_ARGS("toggle-oneline", owl_command_toggleoneline, OWL_CTX_INTERACTIVE, 274 "Toggle the style between oneline and the default style", 275 "toggle-oneline", 276 ""), 272 277 273 278 OWLCMD_VOID("recv:shiftleft", owl_command_shift_left, OWL_CTX_INTERACTIVE, … … 866 871 char *owl_command_blist() { 867 872 owl_function_buddylist(1, 1, NULL); 873 return(NULL); 874 } 875 876 char *owl_command_toggleoneline() { 877 owl_function_toggleoneline(); 868 878 return(NULL); 869 879 }
Note: See TracChangeset
for help on using the changeset viewer.