about summary refs log tree commit diff
path: root/Src/Zle/zle_widget.sed
blob: 635322b4249ba2e71b31e4b2d9b95d1b4ceeae50 (plain) (blame)
1
2
3
4
5
6
7
/^ *W(/{
    s/[^,]*, *t_/    wi_/
    s/ *,.*/,/
    P
    s/    wi_\(.*\),/#define w_\1 (\&widgets[wi_\1])/
    P
}