I have done it and included in the mail.
Thanks,
Ashish
On Sat, Apr 1, 2017 at 4:11 PM, Jakub Jermář <[email protected]> wrote:
> On 04/01/2017 12:38 PM, Ashish Gahlot wrote:
> > To generate the patch I did *bzr diff tinput.c* and copied the output
> > from the terminal.
>
> Hm, that's probably where the tabs got changed to spaces. I'd recommend
> doing:
>
> bzr diff >patch.diff
>
> and then including patch.diff in the mail.
>
> Jakub
>
> _______________________________________________
> HelenOS-devel mailing list
> [email protected]
> http://lists.modry.cz/listinfo/helenos-devel
> <https://mailtrack.io/trace/link/2da7691c3b1d3b92240c7a3d7c10a1d53bb3714e?url=http%3A%2F%2Flists.modry.cz%2Flistinfo%2Fhelenos-devel&userId=1092297&signature=c3d55da9f102e1ee>
>
--
Ashish Kumar Gahlot
III year, UG
Govt. Engg. College, Ajmer, India
=== modified file 'uspace/lib/clui/tinput.c'
--- uspace/lib/clui/tinput.c 2015-10-20 10:08:15 +0000
+++ uspace/lib/clui/tinput.c 2017-04-01 10:48:35 +0000
@@ -952,6 +952,10 @@
case KC_C:
tinput_sel_copy_to_cb(ti);
break;
+ case KC_L:
+ console_clear(ti->console);
+ tinput_display(ti);
+ break;
case KC_V:
tinput_sel_delete(ti);
tinput_paste_from_cb(ti);
_______________________________________________
HelenOS-devel mailing list
[email protected]
http://lists.modry.cz/listinfo/helenos-devel