search for: altmanninger

Displaying 6 results from an estimated 6 matches for "altmanninger".

2017 Mar 20
5
[GSoC 2017] Clang-based diff tool project
Hello, I am currently studying Computer Science at TU Eindhoven. I am doing a course that involves programming assignments on parts of LLVM such as lowering, scheduling and optimization. For this year's Google Summer of Code I plan to submit a proposal to implement a clang-based diff tool [1]. I think it really pays off to have decent developer tools available, as they can save tons of time.
2024 Jul 07
2
Can we reset CSI u mode on client disconnect? via
Some terminals support CSI u style encoding of keystrokes, typically via the Kitty keyboard protocol[1]. Program wishing to receive this encoding need to send a sequence like "CSI > 5 u" to enable it. Imagine a process tree like xterm -> bash -> ssh -> foo where foo is any program that enables CSI u mode (such as a newfangled shell or text editor). If the network
2017 Mar 23
5
[GSoC 2017] Clang-based diff tool project
...ut the need to be able to correctly compile each file with all the right options. Greg > On Mar 20, 2017, at 4:47 PM, Mehdi Amini <mehdi.amini at apple.com> wrote: > > (+CC: Greg Clayton who gave me this idea in the first place) > >> On Mar 20, 2017, at 3:20 PM, Johannes Altmanninger via llvm-dev <llvm-dev at lists.llvm.org> wrote: >> >> Hello, >> >> I am currently studying Computer Science at TU Eindhoven. I am doing a >> course that involves programming assignments on parts of LLVM such as >> lowering, scheduling and optimization. F...
2017 Mar 30
2
[GSoC 2017] Clang-based diff tool project
...gt;> >>> On Mar 20, 2017, at 4:47 PM, Mehdi Amini <mehdi.amini at apple.com> <mailto:mehdi.amini at apple.com> wrote: >>> >>> (+CC: Greg Clayton who gave me this idea in the first place) >>> >>>> On Mar 20, 2017, at 3:20 PM, Johannes Altmanninger via llvm-dev <llvm-dev at lists.llvm.org> <mailto:llvm-dev at lists.llvm.org> wrote: >>>> >>>> Hello, >>>> >>>> I am currently studying Computer Science at TU Eindhoven. I am doing a >>>> course that involves programming assi...
2024 Jul 08
2
Can we reset CSI u mode on client disconnect? via
ssh already restores all TTY flags on exit: https://github.com/openssh/openssh-portable/blob/V_9_8_P1/sshtty.c#L56-L78 It's possible there are some exit cases that are not hitting the leave_raw_mode(), but if so then they aren't obvious. On Sun, 7 Jul 2024, Johannes Altmanninger wrote: > Some terminals support CSI u style encoding of keystrokes, typically via > the Kitty keyboard protocol[1]. > > Program wishing to receive this encoding need > to send a sequence like "CSI > 5 u" to enable it. > > Imagine a process tree like > >...
2017 Mar 23
0
[GSoC 2017] Clang-based diff tool project
.../hal.archives-ouvertes.fr/hal-01054552/document > > Greg > >> On Mar 20, 2017, at 4:47 PM, Mehdi Amini <mehdi.amini at apple.com> wrote: >> >> (+CC: Greg Clayton who gave me this idea in the first place) >> >>> On Mar 20, 2017, at 3:20 PM, Johannes Altmanninger via llvm-dev <llvm-dev at lists.llvm.org> wrote: >>> >>> Hello, >>> >>> I am currently studying Computer Science at TU Eindhoven. I am doing a >>> course that involves programming assignments on parts of LLVM such as >>> lowering, schedu...