Changeset 801c7cb for functions.c
- Timestamp:
- Apr 20, 2003, 11:43:29 AM (21 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:
- ac70242
- Parents:
- d54838d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
functions.c
rd54838d r801c7cb 2693 2693 2694 2694 2695 void owl_function_do_newmsgproc(void) { 2695 void owl_function_do_newmsgproc(void) 2696 { 2696 2697 if (owl_global_get_newmsgproc(&g) && strcmp(owl_global_get_newmsgproc(&g), "")) { 2697 2698 /* if there's a process out there, we need to check on it */ … … 2744 2745 } 2745 2746 2746 void owl_function_xterm_raise(void) { 2747 void owl_function_xterm_raise(void) 2748 { 2747 2749 printf("\033[5t"); 2748 2750 } 2749 2751 2750 void owl_function_xterm_deiconify(void) { 2752 void owl_function_xterm_deiconify(void) 2753 { 2751 2754 printf("\033[1t"); 2752 2755 }
Note: See TracChangeset
for help on using the changeset viewer.