Dragan Simic <dsimic@xxxxxxxxxxx> writes: > According to my research, the "->ornaments(0)" call should work in > all environments as expected. It's also officially documented. [1] > > [1] https://perldoc.perl.org/Term::ReadLine#ornaments Go back to the DESCRIPTION section and realize that it is a front-end for different implementations. The functions are listed in separate sections, the first section being "Minimal set of supported functions", the other one being "Additional" that may or may not be available/effective for everybody. Which side does ornaments fall in that page?