CVS log for epic5/include/input.h |
 |
Up to [Epic CVS] / epic5 / include
Request diff between arbitrary revisions
Default branch: MAIN
Bookmark a link to:
HEAD
/
(download)
Revision
1.13
/
(view)
- annotate
- [select for diffs]
, Fri May 9 15:26:34 2008 UTC (4 months, 4 weeks ago) by alex
Branch:
MAIN
CVS Tags:
epic5-0_3_9,
HEAD
Changes since 1.12: +1 -1 lines
Diff to previous 1.12
Revamped input line a little. Added indicator for text scrolled off the left
of our input line.
Revision
1.12
/
(view)
- annotate
- [select for diffs]
, Sat May 12 04:15:11 2007 UTC (16 months, 3 weeks ago) by jnelson
Branch:
MAIN
CVS Tags:
epic5-0_3_8,
epic5-0_3_7,
epic5-0_3_6,
epic5-0_3_5,
epic5-0_3_4
Changes since 1.11: +1 -1 lines
Diff to previous 1.11
* Add socks5p.h from epic4 so we can build with socks5 again.
* Remember, it's ./configure --with-socks5=/usr/local/lib
* Make update_input() take a screen as an argument, to update one screen only.
* Make /window create screen's input lines work again (rb kitambi)
Revision
1.11
/
(view)
- annotate
- [select for diffs]
, Wed Apr 25 04:24:56 2007 UTC (17 months, 2 weeks ago) by jnelson
Branch:
MAIN
Changes since 1.10: +0 -5 lines
Diff to previous 1.10
Move some functions out of input.c to places where they make more sense.
This makes it easier for me to re-org input.c.
Revision
1.10
/
(view)
- annotate
- [select for diffs]
, Wed Mar 28 00:14:37 2007 UTC (18 months, 1 week ago) by jnelson
Branch:
MAIN
CVS Tags:
epic5-0_3_3
Changes since 1.9: +1 -0 lines
Diff to previous 1.9
Stage 1 in a major overhaul of the input line handling code.
Caution -- road may be slippery when wet. Many more changes to come.
Revision
1.9
/
(view)
- annotate
- [select for diffs]
, Tue Sep 19 03:05:08 2006 UTC (2 years ago) by jnelson
Branch:
MAIN
CVS Tags:
epic5-0_3_2
Changes since 1.8: +1 -0 lines
Diff to previous 1.8
Add /set reset_line to replace your input line all in one fell swoop
w/o mangling the cutbuffer. Requested by nullie.
Revision
1.8
/
(view)
- annotate
- [select for diffs]
, Wed Aug 11 22:58:39 2004 UTC (4 years, 1 month ago) by jnelson
Branch:
MAIN
CVS Tags:
epic5-0_3_1,
epic5-0_2_0,
epic5-0_0_8,
epic5-0_0_7,
epic5-0_0_6,
epic5-0_0_5,
epic5-0_0_4,
epic5-0_0_3
Changes since 1.7: +1 -1 lines
Diff to previous 1.7
* Nix /save and pray nobody notices.
* Implement pmatch_* stuff in alias.c to use the unified symbol table.
* Commands, functions, and expandos now 100% integrated. HUZZAH!
* Reimplement $get(set|command|function)s() to use the pmatch_* stuff.
* So they now pick up changes at runtime. HUZZAH!
* Allow built in /set to be conditionally added to the "set bucket"
* Don't put user-created /set's in the bucket
* Allow user to replace one user-created /sets but not builtin sets.
* Allow mangling of ALT_CHAR -- how did this ever get missed?
* Fix $currchans() so it works the way the documentation says it does.
* Fix some const correctness issues, introduce others. bleh.
Revision
1.7
/
(view)
- annotate
- [select for diffs]
, Mon Apr 12 23:19:48 2004 UTC (4 years, 5 months ago) by jnelson
Branch:
MAIN
Changes since 1.6: +36 -35 lines
Diff to previous 1.6
* Move some defines from comands.h to where they belong
* Add and remove func decls in header files as necessary.
* Add /wait =<fd> which returns when a nonblocking dcc connection finishes
* Make all keybinding funcs/decls use the BUILT_IN_KEYBINDING macro.
* Make the BUILT_IN_KEYBINDING macro use unsigned chars.
* Hide (struct Key) inside keys.c, and use (void *) to hold state.
* Make the input line use (unsigned char), not (char), huzzah!
* Make the "othername" ($3 in /on dcc_raw "E") the port number.
* Avoid a NULL deref with "parse_command" keybinding.
Revision
1.6
/
(view)
- annotate
- [select for diffs]
, Wed Dec 17 09:25:29 2003 UTC (4 years, 9 months ago) by jnelson
Branch:
MAIN
CVS Tags:
epic5-0_0_2
Changes since 1.5: +1 -1 lines
Diff to previous 1.5
Make 'empty_string' (const char []). Now we're cooking with gas!
Revision
1.5
/
(view)
- annotate
- [select for diffs]
, Tue Jul 22 20:12:53 2003 UTC (5 years, 2 months ago) by jnelson
Branch:
MAIN
CVS Tags:
epic5-0_0_1,
epic4-1_2_5,
epic4-1_2_4,
epic4-1_2_3,
epic4-1_2_2,
epic4-1_2_1,
epic4-1_2_0,
epic4-1_1_17,
epic4-1_1_16,
epic4-1_1_15,
epic4-1_1_14,
epic4-1_1_13
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
Teach all the /set callbacks to take a (const void *).
This fixes a bad-c problem with /set!
Revision
1.2.2.2
/
(view)
- annotate
- [select for diffs]
, Mon Mar 24 17:53:00 2003 UTC (5 years, 6 months ago) by wd
Branch:
wd-devel
Changes since 1.2.2.1: +1 -1 lines
Diff to previous 1.2.2.1
to branch point 1.2
to next main 1.3
Another merge.
Revision
1.4
/
(view)
- annotate
- [select for diffs]
, Sun Mar 23 19:44:17 2003 UTC (5 years, 6 months ago) by jnelson
Branch:
MAIN
CVS Tags:
epic4-1_1_12,
epic4-1_1_11
Changes since 1.3: +1 -1 lines
Diff to previous 1.3
* Explicitly set "mask" to 0 in cs_alist_hash(), so it is initialized
* Change type() to typecmd() to avoid name conflicts.
* Change 'dot' to 'dotlocl' to avoid name conflicts.
* Change 'op' to 'reduce' to avoid name conflicts.
* Fix a typo in the error message from /window kill.
* Add a panic to detect larne's recent bug that I fixed, just in case.
* Constify the "path" argument to uzfopen().
* Make sure return value of strlen() is assigned to a 'size_t' not an 'int'.
* Split load() into load() and load1(), load1() reads a file opened by load().
* Now load() is "interpretation-free", and load1() can be replaced.
* Fix various minor compile-time issues.
* Change %P status line expando to give more useful information.
Revision
1.2.2.1
/
(view)
- annotate
- [select for diffs]
, Thu Feb 27 15:29:55 2003 UTC (5 years, 7 months ago) by wd
Branch:
wd-devel
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
Yikes. Merged to become consistent with HEAD. Sorry for all the commits,
I'll be quiet again soon. :)
-wd
Revision
1.3
/
(view)
- annotate
- [select for diffs]
, Tue Nov 26 23:03:13 2002 UTC (5 years, 10 months ago) by jnelson
Branch:
MAIN
CVS Tags:
epic4-1_1_9,
epic4-1_1_8,
epic4-1_1_10
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
* Change do_input_timeouts() to a timer callback.
* Nuke the now unused global /wait stuff
* Revamp timer.c so you can add/change/delete/update timers during a timer
* Change add_timer() so it takes a winref not a window pointer.
* Make the "key timeout" thing happen on demand instead of a recurring timer
* Remove the recurring "key timeout" timer.
* Remove the 'key timeout' thing from io(), also 'first time' stuff.
* Call get_time() after select() in io().
* Fix two compile bugs found by larne.
* Fix bug when you did /flush on a /clear window.
Revision
1.2
/
(view)
- annotate
- [select for diffs]
, Mon Aug 12 15:41:10 2002 UTC (6 years, 1 month ago) by wd
Branch:
MAIN
CVS Tags:
epic4-1_1_7
Branch point for:
wd-devel
Changes since 1.1: +3 -39 lines
Diff to previous 1.1
New keybindings system coming through. Details can be found in doc/keys
and in a few other places. :)
-wd
Revision
1.1.1.1
/
(view)
- annotate
- [select for diffs]
(vendor branch)
, Tue Dec 5 00:11:57 2000 UTC (7 years, 10 months ago) by jnelson
Branch:
epicsol
CVS Tags:
start,
epic4_0_9_15,
epic4-1_1_6,
epic4-1_1_5,
epic4-1_1_4,
epic4-1_1_3,
epic4-1_1_1,
epic4-1_0_1,
epic4-1_0,
epic4-0_9_17,
epic4-0_9_16,
epic4-0_9_15,
epic4-0_9_14,
epic4-0_10_0,
epic-test-tag2,
epic-test-tag
Changes since 1.1: +0 -0 lines
Diff to previous 1.1
Initial import into CVS
Revision
1.1
/
(view)
- annotate
- [select for diffs]
, Tue Dec 5 00:11:57 2000 UTC (7 years, 10 months ago) by jnelson
Branch:
MAIN
Initial revision
This form allows you to request diffs between any two revisions of
a file. You may select a symbolic revision name using the selection
box or you may type in a numeric name using the type-in text box.