orealis has quit [Read error: Connection reset by peer]
orealis has joined #haiku
<Begasus>
aloha OscarL :)
<OscarL>
That last 3dEyes change to SDL2... shouldn't also revert nephele's removal of the makefile? (otherwise that change in the sed line is going nowhere, right?)
<Begasus>
the static test library was removed prior in the recipe
<OscarL>
Ahhh..... still too sleepy I guess, thanks!
<Begasus>
with glu searching for gl.pc it's failing --cflags (and glew also as it depends on glu)
orealis has quit [Read error: Connection reset by peer]
orealis has joined #haiku
Kokito has joined #haiku
<OscarL>
Would be cool if Terminal had a split view, as Pe does. (to be able to look back in the output buffer on the top-view, while being able to see the command prompt on the bottom-view).
<OscarL>
I bet there's a way to hack something similar with some *nix tools... screen/tmux, I think?
<Begas_VM>
foxcus! ;)
<Begas_VM>
errr ... focus* :P
<OscarL>
:-D
<OscarL>
seems tha SDL2 fix fixed the build of lagrange too :-)
diver1 has joined #haiku
Diver is now known as Guest10043
diver1 is now known as Diver
<OscarL>
Now I can open a PR for it disabling that SSE4.1.
Guest10043 has quit [Ping timeout: 480 seconds]
mmu_man has joined #haiku
Blub\0 has joined #haiku
Kokito has quit [Quit: Vision[]: i've been blurred!]
<Begas_VM>
ah :)
Anarchos has joined #haiku
<OscarL>
build still broken on 32bits? this is annoying.
<OscarL>
maybe I forgot some update ? :-D /me checks.
<OscarL>
yup... can't get that SDL2 fix if I don't update it! Crazy how things work! :-D
<OscarL>
jmairboeck: ah... I missed that one. Thanks! :-)
<jmairboeck>
btw. Konsole has a split view already, and if I'm not mistaken that has been ported to Haiku (if you don't mind KDE apps and their dependencies)
Anarchos1 has joined #haiku
printedz has joined #haiku
<OscarL>
good to know there's an alternative, jmairboeck, thanks again! :-)
mmu_man has quit [Ping timeout: 480 seconds]
Anarchos has quit [Ping timeout: 480 seconds]
Anarchos1 has quit [Quit: Vision[]: i've been blurred!]
printedz has left #haiku [Disconnected: Hibernating too long]
<zdykstra>
one of my favorites is a little shell function called 'peek' that just executes 'tmux split-window -h -p 40 "bat" "--paging" "always" "$argv"; or builtin exit' (that's written for fish)
<OscarL>
mmm I get two different bash sessions (first time using tmux... I just started it, and then used "tmux split-window bash -l")... how to make it show the "parent" session?
* OscarL
peruses the "-h"
<zdykstra>
I don't know what you mean by parent session
<zdykstra>
run ctrl-b w
<zdykstra>
and that'll give you an overview of all of your windows + panes
<augiedoggie>
you want to detach from the tmux sesson?
<OscarL>
my original desire was to have a split view of the same bash session.
<zdykstra>
that's possible, but not super easy
<OscarL>
I just wanted an easy way to look back at the output buffer, while having the prompt available. I'm sure there are alternatives way of accomplish what I want, in other ways. No biggie, thou.
<OscarL>
"Split-views a-la Pe" was the first that came to my mind :-)
<OscarL>
*first thing
<zdykstra>
ahh, I misunderstood what you wanted
<zdykstra>
there's no way to accomplish that with tmux
<OscarL>
k. /me looks at "screen" inquisitively.
<zdykstra>
screen is even worse
<nosycat>
Maybe with a MUD client.
<nosycat>
I think some of them can act as terminal emulators.
<augiedoggie>
i think you could do it with nested tmux sessions
<augiedoggie>
and attach twice from the top level
<zdykstra>
that won't work, every view of a given tmux window/pane has to be identical
<augiedoggie>
hm
<augiedoggie>
yeah
<zdykstra>
you can clone a session and then inside each session view different windows
<augiedoggie>
fwiw, emacs can do this easily :P
<augiedoggie>
multiple views of the same vterm
<OscarL>
I can't even vi, doub't I could handle emacs :-D
<zdykstra>
just turn on vi mode in emacs so you can flounder in two paradigms !
<ermo[m]>
DOOM Emacs is nice FWIW (uses the emacs vi-mode)
<zdykstra>
I've never actually run emacs. I should give it a shot some day. I hear good things about magit.
<ermo[m]>
and can enable magit
<ermo[m]>
</plug>
hightower2 has quit [Ping timeout: 480 seconds]
<ermo[m]>
That said, it does require you to invest in learning it.
<ermo[m]>
(but what editor doesn't?)
<zdykstra>
StyledEdit has zero learning curve!
<phschafft>
you mean there is nothing there to learn?
<zdykstra>
you phrase it your way, I'll phrase it my way
<OscarL>
CudaText is not that bad as a SublimeText look-alike
<OscarL>
but we have a newer version on 32 bits than in 64 bits :-D (dependencies to build it are a bit too much for me, for now)
<Skipp_OSX>
StyledEdit is a thin wrapper around BTextView
<Skipp_OSX>
I have tried to make it even thinner than it was before by integrating features from StyledEdit back into BTextView
<Skipp_OSX>
There is a slight learning curve when it comes to text encodings though
OscarL has quit [Remote host closed the connection]
OscarL has joined #haiku
mmu_man has quit [Ping timeout: 480 seconds]
hightower2 has joined #haiku
MrSunshine_ has joined #haiku
mmu_man has joined #haiku
MrSunshine has quit [Ping timeout: 480 seconds]
B2IA has quit [Ping timeout: 480 seconds]
<Begasus>
re
B2IA has joined #haiku
<Begasus>
OscarL, I was able to build CudaText with cmd:lazarus (build with fpcupdeluxe) and the cudaup script
<Begasus>
but since then ran into a libiconv issue when linking iirc
<OscarL>
At some point, I'll cave in and install those libQt5pas dependencies too :-)
<Begasus>
libQt5pas should be fairly uptodate :)
<OscarL>
(and I imaging installing Lazarus + fpc will take some time to download/build down here)
<OscarL>
but for now... I have more than enough with these Python recipes :-D
<Begasus>
yeah, with fpcupdeluxe you it downloads the sources and builds it from scratch, easier to launch Lazarus then (or use it to build cudatext without worrying about it's dependencies)
Begas_VM has quit [Quit: Vision[]: i've been blurred!]
Begasus_32 has quit [Quit: Vision[]: Gone to the dogs!]
<Begasus>
done for today, need a break ;)
<Begasus>
cu peeps!
Begasus has quit [Quit: Leaving]
gouchi has joined #haiku
OscarL has quit []
tuaris has joined #haiku
nhtello has joined #haiku
<nhtello>
Hi all!!
<nosycat>
Hello!
<nhtello>
anybody knows how to kill/restart tracker by a comand line?
<nhtello>
i knwo that kill with the pid is an option... but another option?
<B2IA>
"kill Tracker" works, but it gets restarted right away.
<B2IA>
Maybe use the "launch_roster" command to stop it.
B2IA has quit [Quit: Vision[]: i've been blurred!]
<zdykstra>
hey Tracker quit
chuggy has joined #haiku
mmu_man has quit [Read error: No route to host]
<nhtello>
THANKS!!! het Tracker quit works!!!!
tuaris has quit [Quit: Leaving.]
B2IA has joined #haiku
nintendo1889 has quit [Ping timeout: 480 seconds]
<Skipp_OSX>
launch_roster stop x-vnd.be-trak to kill it without restarting
nosycat has quit [Quit: Leaving]
printedz has joined #haiku
mmu_man has joined #haiku
matt1 has joined #haiku
mmu_man has quit [Ping timeout: 480 seconds]
matt1 has left #haiku [#haiku]
<andreasdr[m]>
<3
HaikuUser has joined #haiku
HaikuUser has quit []
zard has quit [Quit: leaving]
mmu_man has joined #haiku
vezhlys has joined #haiku
HaikuUser has joined #haiku
HaikuUser has quit []
ClaudioM has quit [Quit: leaving]
printedz has left #haiku [#haiku]
MajorBiscuit has joined #haiku
xet7 has joined #haiku
HaikuUser has joined #haiku
HaikuUser has quit []
jmairboeck has quit [Quit: Konversation terminated!]
DKnoto has quit [Quit: Leaving]
vezhlys has quit [Remote host closed the connection]
vezhlys has joined #haiku
GregC has quit [Ping timeout: 480 seconds]
HaikuUser has joined #haiku
gouchi has quit [Remote host closed the connection]
HaikuUser2 has joined #haiku
nhtello has quit [Ping timeout: 480 seconds]
HaikuUser has quit [Quit: Vision[]: i've been blurred!]
HaikuUser2 has quit []
printedz has joined #haiku
vezhlys has quit [Quit: Leaving]
TkTech has quit [Ping timeout: 480 seconds]
AlaskanEmily has joined #haiku
white-wolf has joined #haiku
printedz has left #haiku [Disconnected: Hibernating too long]