Hello HelenOS community,

After talking to Jakub Jermar about adding the Ctrl+C implementation in
HelenOS, we got to the conclusion that adding a new IPC_M_* method would be
the right thing to do. As console output is involved in this implementation
which is mainly handled by the file input.c, would it be good to use a new
keycode for Ctrl+C or use the existing method in input.c using static void
input_ev_key(input_t *input, ipc_callid_t callid, ipc_call_t *call).

Please let me know if you have any comments or suggestions about my
approach to the implementation. Also please let me know if there are other
enhancements that are easily implementable as part of the project or
otherwise.

Thanks,

-- 
Ashish Kumar Gahlot
III year, UG
Govt. Engg. College, Ajmer, India
_______________________________________________
HelenOS-devel mailing list
[email protected]
http://lists.modry.cz/listinfo/helenos-devel

Reply via email to